type github.com/jackc/pgx/v5/pgtype.encodePlanNumericCodecBinaryNumericValuer

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		numeric.go#L323: 			return encodePlanNumericCodecBinaryNumericValuer{}
		numeric.go#L343: type encodePlanNumericCodecBinaryNumericValuer struct{}
		numeric.go#L345: func (encodePlanNumericCodecBinaryNumericValuer) Encode(value any, buf []byte) (newBuf []byte, err error) {